home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource2
/
sclib_2
/
2_6
/
v6n6088c.txt
< prev
next >
Wrap
Text File
|
1995-11-01
|
237b
|
9 lines
\NLETTER\6.6\CURVES3.PRGProgram 3
y = y1 + 0.5;
for (xi=x1; xi<=x2; xi++)
{
yi = trunc(y);
plot(xi,yi);
y += m;
}